@charset "utf-8";
/* CSS Document */
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;

}

#swiper2 .swiper-slide {
    transform: scale(0.8);
}

#swiper2 .swiper-slide-active, #swiper2 .swiper-slide-duplicate-active {
    transform: scale(1);
}

.swiper-container {
    width: 100%;
    height: 100%;
}

/*样式初始化及公共样式部分lpm*/
#app {

}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

body {
    color: #666666;
}

a, a:visited {
    color: #666666;
    text-decoration: none;
}

body,
div,
ul,
li,
span,
p,
img,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
}

img {
    vertical-align: bottom;
}

.wrapper {
    width: 1100px;
    margin: 0 auto;
}

#common_header .l {
    display: flex;
    align-items: center;
}

#common_header .mid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.center {
    text-align: center;
}

.green {
    color: #03a907;
}

.blue {
    color: #008ee4;
}

.gray {
    color: #999;
}

.white {
    color: #ffffff;
}

.yellow {
    color: #ffff00;
}

.fs26 {
    font-size: 26px;
    font-weight: bold;
}

.blue_bg {
    background: #008ee4;
}

#common_nav .nav ul {
    display: flex;
}

#common_nav .nav ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
}

#common_nav .nav ul .line {
    border-left: 1px solid #cccccc;
    width: 1px;
    height: 20%;
    display: block;
}

#common_nav .nav li:last-child .line {
    border: none;
}

#common_nav .nav ul a {
    display: block;
    padding: 0 20px;
    color: #fff;
    line-height: 52px;
    text-decoration: none;
    flex: 1;
    text-align: center;
}

#common_nav .nav ul a:hover {
    background-color: #03a907;
    transition: all 0.5s ease;
}

#index .swiper img {
    max-width: 100%;
}

#swiper1 img {
    max-width: 100%;
}

.col .hd {
    padding-top: 30px;
}

.col .hd .title {
    padding: 15px 0;
}

.col .bd {
    margin-top: 30px;
}

.col .title {
    font-size: 38px;
}

.good_col .bd {
}

.good_col .transform {
    transform: translateY(80px);
}

.product_col {
    background: url(http://oss.mao-hang.com/public/upload/images/resource/index_col_product.jpg) no-repeat center top;
    background-color: #237CE4;
}

.product_col .bd .product_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product_col .bd .product_list .item {
    margin-bottom: 20px;
    text-align: center;
}

.product_col .bd .product_list .image {
    width: 250px;
}


.product_col .bd .product_list img {
    border-radius: 10px;
    width: 100%;
}

.product_col .bd .product_list h3 {
    font-weight: normal;
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
    width: 250px;
}

.about_col {
    margin-top: 20px;
}

.about_col .list {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.about_col .list .title {
    font-size: 26px;
    margin-bottom: 10px;
}

.about_col .list .l {
    margin-right: 30px;
    color: #666;
    line-height: 2;
    max-width: 600px;
}

.about_col .r {

}

.about_col .r img {
    border-radius: 20px;
    width: 100%;
}

#common_footer .wrapper {
    display: flex;
    padding-top: 30px;

}

#common_footer .item {
    color: #fff;
    line-height: 28px;
    flex: 1;
}

#common_footer .item .hd {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#common_footer .item .hd .title {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 10px;
}

#common_footer .item a, #common_footer .item a:visited {
    color: #FFFFFF;
}

#common_footer .copyright {
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
}

#common_footer .copyright a, #common_footer .copyright a:visited {
    color: #fff;
}

#productList .banner img {
    max-width: 100%;
}

.container {
    display: flex;
    margin-top: 15px;
}

.side {
    width: 250px;
    margin-right: 30px;
    flex-shrink: 0;
}

.main {
    flex: 1;
}

.side_panel {
}

.side_panel .hd {
    line-height: 50px;
}

.side_panel .hd .title {
    color: #fff;
    margin-left: 30px;
}

.side_panel .bd {
    background-color: #f7f7f7;
}

.category_panel .bd {
    padding: 10px 0;
}

.category_panel .list {
    padding-left: 20px;
    line-height: 32px;
    margin-bottom: 10px;
}

.category_panel .list a {
    display: block;
}

.category_panel .list .current {
    color: #008ee4;
    font-weight: bold;
}

.main .position {
    background-color: #f7f7f7;
    line-height: 50px;
    padding: 0 10px;
}

.product_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product_list .item {
    width: 250px;
    margin: 15px 0;
    text-align: center;
}

.product_list .image {
    overflow: hidden;
}

.product_list .image img:hover {
    transform: scale(1.2);
}

.product_list .image img {
    border-radius: 10px;
    width: 100%;
    transition: all 1s;
}

.pagination_container {
    padding: 20px 0;
}

.pagination {
    display: flex;
}

.pagination li {
    border: 1px solid #ddd;
    margin-left: -1px;
}

.pagination li a, .pagination li a:visited {
    display: block;
    padding: 0.5em 0.8em;
    text-decoration: none;
}

.pagination .page_current {
    background-color: #008ee4;
    color: #FFFFFF;
    font-weight: bold;
}

.product_detail .title {
    text-align: center;
}

.product_detail .title_image {
    margin-top: 20px;
    text-align: center;
}

.product_detail .title_image img {
    max-width: 100%;
    border-radius: 10px;
}

.product_detail .content {
    padding: 20px 0;
    line-height: 1.8;
}

.news_list .item {
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid #dddddd;
}

.news_list .item .title {
}

.news_list .item:hover {
    background-color: #f9f9f9;
}

.news_list .item .image {
    margin-right: 30px;
}

.news_list .item .image img {
    border-radius: 10px;
}

.news_list .item .description {
    margin-top: 10px;
    line-height: 1.8;
}

.news_detail h1.title {
    text-align: center;
    margin-top: 15px;
}

.news_detail .content {
    line-height: 2;
    font-size: 18px;
    padding: 20px 0;
}

.news_detail .content p {
    margin-top: 15px;
}


@media (max-width: 640px) {
    .wrapper {
        width: 100%;
    }

    #common_header .contact {
        display: none;
    }

    #common_header img {
        width: 100%;
    }

    #common_nav .nav ul {
        flex-wrap: wrap;

    }

    #common_nav .nav ul li {
        flex: none;
    }

    .good_col .bd {
        flex-wrap: wrap;
    }

    .good_col .cycle {
        flex: none;
        margin-bottom: 15px;
    }

    .good_col .transform {
        transform: translateY(0);
    }

    .product_col .bd .product_list {
        justify-content: center;
    }

    .about_col .list {
        flex-direction: column;
    }

    .about_col .list .l {
        padding: 20px;
        margin: 0;
        width: 100%;
    }
}
